home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-04.Z / 94-04 / text0104.txt < prev    next >
Encoding:
Text File  |  1994-04-30  |  11.7 KB  |  302 lines

  1. Announcing the availability of the "PC SOCKS Pack" Version 1.01...
  2.  
  3. The "PC SOCKS Pack" is a collection of Windows network applications
  4. that are Winsock 1.1 compliant that have been modified to be SOCKS
  5. compliant.  They can be run on PCs sitting behind a firewall that have
  6. access to a SOCKS 4.0 or above server.
  7.  
  8. The "PC SOCKS Pack" is intended to be dynamic--adding more SOCKSified
  9. PC network applications as they become available.  Right now it's
  10. pretty small and only contains three clients which I've converted.
  11. We'd be happy to convert more Winsock compliant applications if source
  12. is made available (hint hint).
  13.  
  14. The applications are:
  15.     FTP-s:  This is very nice and is based on John A. Jounod's
  16.             WS_FTP version 93.12.05.  Works pretty slick.
  17.  
  18.     FINGER-s:  This is based on Lee Murach's Finger 3.1.  Pretty
  19.            self-explanatory and easy to use.
  20.  
  21.     TELNET-s: This is real clunky (the SOCKS stuff works great
  22.           however) and has some bugs.  It seems to work OK for
  23.           most sites that I've tried to connect to but it's
  24.           not too graceful about timed out connections and
  25.           other out of the ordinary things.  It's based on the
  26.           NCSA unsupported beta 3 Wintel.
  27.  
  28.           Anyone want to offer some nice, well-behaved Telnet
  29.           source to be converted over to SOCKS??????
  30.  
  31. You can get the "PC SOCKS Pack" via anonymous ftp from:
  32.     ftp.nec.com
  33. in the directory
  34.     /pub/security/socks.cstc/PC_Socks_Pack
  35.      
  36. Grab the FILES file to see what's in there.  All clients are archived
  37. into one zip file.  
  38.     NOTE: The zip files extract into multiple subdirectories so be
  39.     sure to supply the -d option to PKUNZIP.  
  40. The top directory of the release has information and detailed
  41. instructions for configuring the PC for SOCKS and each subdirectory
  42. has a SOCKSified application.
  43.  
  44. Questions and comments about the "PC SOCKS Pack" in general and the
  45. SOCKS part of the individual applications can be directed to me.  I'm
  46. not much help with the original applications although I can probably
  47. look at obvious bugs.  I've left the user interface and workings of
  48. the original applications pretty much untouched from the original.
  49. Again, we're looking for source to other Winsock network applications
  50. to convert over!!
  51.  
  52. At the end of this message, I'll include the README file from the 
  53. "PC SOCKS Pack" followed by a blurb describing SOCKS itself for those
  54. unfamiliar with it.
  55.  
  56. --- Cornell
  57. | Cornell Kinderknecht          Email: cornell@syl.dl.nec.com |
  58. | CSTC/CNAD                                        |
  59. | NEC Systems Lab./NEC USA      Phone: 214-518-3509           |
  60. | Irving, TX (Dallas)             Fax: 214-518-3552           |
  61.  
  62. >>>>>>>>>> Start README file <<<<<<<<<<<<
  63. ============================
  64. PC SOCKS Pack - Version 1.01
  65. ============================
  66. File: README
  67.  
  68. Welcome to the PC SOCKS Pack.  This is a collection of Windows Sockets
  69. client applications that can be used from a PC sitting behind a
  70. network firewall that has direct access to a proxy SOCKS server
  71. running version 4.0 or above to reach hosts outside the firewall.
  72. Presently, there are many packages available in the UNIX environment
  73. that are SOCKS compliant and there seems to be a similar need in the
  74. PC environment.
  75.  
  76. Currently, there are three applications included in the pack that I've
  77. converted (SOCKSified) from other packages found on the net in source
  78. form.  I hope to add more to the collection.  Can anyone point me to
  79. the source for other packages?  I'd like to find source for a Windows
  80. Gopher client real fast.
  81.  
  82. The applications:
  83.  
  84. FINGER-s:
  85.     A finger application based on Lee Murach's Finger3.1.
  86.  
  87. WINTEL-s:
  88.     A telnet application based on NCSA's unsupported beta 3
  89.     telnet.  This application is a bit buggy.
  90.  
  91. WS_FTP-s:
  92.     An ftp client based on John A. Junod's WS_FTP version
  93.     93.12.05.
  94.  
  95.  
  96. -------------------
  97. 1.0 Where to get it
  98. -------------------
  99.  
  100. If you're reading this file, chances are you already know where to get
  101. it but just in case...  The PC SOCKS Pack can be downloaded via
  102. anonymous ftp from:
  103.     ftp.nec.com
  104. in the directory:
  105.     /pub/security/socks.cstc/PC_Socks_Pack
  106.  
  107. Get the file "FILES" from that directory to see a description of
  108. what's in the directory and what files you need to download.
  109.  
  110.  
  111. ----------------------
  112. 2.0 About this release
  113. ----------------------
  114.  
  115. The PC SOCKS Pack is distributed as a single ZIP file which extracts
  116. into multiple directories (remember to use the -d option for PKUNZIP).
  117. The top directory contains general information about the package and
  118. instructions for configuring SOCKS on your system.  Each subdirectory
  119. contains an individual SOCKSified application with specific
  120. installation instructions for the application along with files from
  121. that package's original release.
  122.  
  123. The SOCKSification of each package only adds the capability to connect
  124. to outside networks through a SOCKS server.  The original user
  125. interface and operation of each package have not been changed from the
  126. original author's package.
  127.  
  128. I should mention that if you do not need the SOCKS capabilities, you
  129. can still use the applications in this package by setting the SOCKS
  130. configuration on your machine so that all connections are direct.
  131. However, it's probably best to use the original un-modified
  132. applications if you don't need SOCKS.  In most cases, I've included a
  133. copy of the original executable for convenience and testing purposes.
  134.  
  135.  
  136. ---------------------
  137. 3.0 Priliminary steps
  138. ---------------------
  139.  
  140. To see a description of all the files in this distribution, see the
  141. "FILES" file in the top directory of this distribution.
  142.  
  143. If you need to know more about SOCKS itself, see the file "WHATSOCK"
  144. in the top directory of this distribution.
  145.  
  146. There are some system and software requirements that you must meet in
  147. order to use the PC SOCKS Pack.  It is important that you read the
  148. file "REQUIRES" and verify that all the requirements are met for your
  149. system and network.
  150.  
  151. Please read and understand the individual copyrights and permissions
  152. for each package.  In the top directory, there is a file called
  153. "COPYRGHT" that contains the notices and copyrights from all of the
  154. applications included in this distribution.  See the file "ACKNLGMT"
  155. to see the credits for each application.
  156.  
  157. To see what system and software setups that this software has been
  158. tested on, see the file "SYSTEMS".  I'd like to add your system and
  159. software setups to the list if you'd like to email me the information.
  160.  
  161.  
  162. -------------------
  163. 4.0 Getting started
  164. -------------------
  165.  
  166. To start installing the PC SOCKS Pack, please refer to the file
  167. "INSTALL" in the top directory of this distribution.
  168.  
  169.  
  170. ----------------------
  171. 5.0 SOCKS Mailing List
  172. ----------------------
  173.  
  174. There is a mailing list for SOCKS maintained by the C&C Software
  175. Technology Center at NEC Systems Lab.  It's primarly a technical
  176. discussion group concerning the ongoing development and nurturing of
  177. the SOCKS protocol and related software.  To join the SOCKS mailing
  178. list, send email to:
  179.     majordomo@syl.dl.nec.com
  180. with
  181.     subscribe socks your@email.address
  182. as the first line of the message body.
  183.  
  184.  
  185. -------------------------
  186. 6.0 PC SOCKS Pack Contact
  187. -------------------------
  188.  
  189. The PC SOCKS Pack was organized and the applications in it were
  190. converted for SOCKS compliance by:
  191.     Cornell Kinderknecht    <cornell@syl.dl.nec.com>
  192.     C&C Software Technology Center (CSTC)
  193.     NEC Systems Laboratory
  194.  
  195.  
  196. Permission to use, copy, modify, and distribute this software for any
  197. purpose with or without fee is hereby granted, provided that the above
  198. copyright notice and this permission notice appear in all copies, and
  199. that the name of NEC Systems Laboratory not be used in advertising or
  200. publicity pertaining to distribution of the document or software
  201. without specific, written prior permission.
  202.  
  203. THE SOFTWARE IS PROVIDED ``AS IS'' AND NEC SYSTEMS LABORATORY
  204. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
  205. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL
  206. NEC SYSTEMS LABORATORY BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
  207. CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  208. USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  209. OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  210. PERFORMANCE OF THIS SOFTWARE.
  211.  
  212.  
  213.  
  214. >>>>>>>>>> Start What_Is_SOCKS.CSTC <<<<<<<<<<
  215.  
  216.                 What Is SOCKS.CSTC
  217.  
  218.  
  219. SOCKS belongs to the type generally referred to as proxy servers.
  220. Usually when a network firewall is set up to protect hosts inside
  221. an organization from attacks that may come from outside through
  222. the network, these inside hosts lose their IP-accessibility with
  223. the outside world and thus can no longer use things like telnet,
  224. ftp, gopher, WWW, etc. to access the vast resources available in
  225. the Internet. Proxy servers with their clients restore these
  226. functions to the hosts inside the firewall without breaching their
  227. security requirements.
  228.  
  229. The original SOCKS was written by David Koblas <koblas@netcom.com>.
  230. The CSTC releases have been mainly the results of work by Ying-Da Lee
  231. <ylee@syl.dl.nec.com> of C&C Software Technology Center (CSTC), NEC
  232. Systems Laboratory, with contributions by many others throughout the
  233. world.
  234.  
  235. The current CSTC release is version 4.1.  It is known to run on
  236. SunOS 4.1.x, Irix 4.0.x, Ultrix 4.3, HP-UX 9.0x, AIX 3.2.x,
  237. Interactive Systems Unix, Alpha OSF 1.3, Solaris 2.2, NetBSD 0.9,
  238. UnixWare, and Linux 0.99pl13.
  239.  
  240. The SOCKS.CSTC release can be found via anonymous ftp to ftp.nec.com
  241. in the directory /pub/security/socks.cstc.  The file "FILES" in that
  242. directory describes what is contained there.
  243. From news@bigblue.oit.unc.edu Sat Apr  5 14:08:06 1994
  244. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  245.           id AA12495; Wed, 6 Apr 1994 16:42:51 -0400
  246. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  247.           id AA26693; Wed, 6 Apr 1994 15:19:50 -0500
  248. Received: from GATEWAY by bigblue with netnews
  249.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  250. To: winsock@sunsite.unc.edu
  251. Date: 5 Apr 1994 18:08:06 -0400
  252. From: heidenre@oasys.dt.navy.mil (Todd Heidenreich)
  253. Message-Id: <2nsng6INNjt3@oasys.dt.navy.mil>
  254. Organization: Carderock Division, NSWC, Bethesda, MD
  255. Sender: ses
  256. Reply-To: heidenre@oasys.dt.navy.mil (Todd Heidenreich)
  257. Subject: Eudora question
  258.  
  259. Hello all,
  260.  
  261. I have a quick question for anyone.  I have just started using Eudora
  262. version 1.4 under Windows.  Is there any way for me to pull my older
  263. mail messages off of my mail server (vax cluster) into new Eudora mailboxes
  264. which I have set up on my PC.  Often, I will read my mail from several
  265. different sources.  I would like to save any mail read on my mail server
  266. until I am back working on my PC in my office.  Each day then I would
  267. like to transfer the read mail into Eudora and then put them into individual
  268. mail boxes.
  269.  
  270. Thanks for any help.
  271. Todd
  272. *****************************************************************
  273. Todd R. Heidenreich     Code 243      301-227-5476
  274. Internet: heidenre@oasys.dt.navy.mil
  275. David Taylor Model Basin, Carderock Division HQ, NSWC
  276. "Sometimes you're the windshield; Sometimes you're the bug" DS
  277. *****************************************************************
  278. From news@bigblue.oit.unc.edu Wed Apr  6 16:43:21 1994
  279. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  280.           id AA12558; Wed, 6 Apr 1994 16:43:21 -0400
  281. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  282.           id AA27722; Wed, 6 Apr 1994 15:34:07 -0500
  283. Received: from GATEWAY by bigblue with netnews
  284.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  285. To: winsock@sunsite.unc.edu
  286. Date: Tue, 5 Apr 1994 16:11:07
  287. From: ronb@orange.cc.utexas.edu (Ron Blancarte)
  288. Message-Id: <ronb.17.00102FEA@utxvms.cc.utexas.edu>
  289. Organization: The University of Texas at Austin, Austin, Texas
  290. Sender: ses
  291. Subject: test post     DO NOT READ!!!
  292.  
  293. This is a test, I told you not to read this..
  294.  
  295.  
  296.             +---------------------------+ 
  297.             |       Ron Blancarte        | 
  298.             |    University of Texas    | 
  299.             | ronb@utxvms.cc.utexas.edu | 
  300.             +---------------------------+ 
  301.  
  302.